From: Adrian Robert Date: Fri, 18 Sep 2009 15:14:14 +0000 (+0000) Subject: * emacs.c (inhibit_x_resources): Update doc string for NS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10415 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6e0701e46d2f30c2bfc426fc27716fb307c04b05;p=emacs.git * emacs.c (inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost. * nsterm.h (ns_no_defaults): Remove. * nsterm.m (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable. * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing. * nsfns.m (x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9bd3ad080cf..443838a3651 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2009-09-18 Adrian Robert + + * emacs.c (inhibit_x_resources): Update doc string for NS. + (main) [HAVE_NS]: Don't process --no-init-file option. Remove + legacy code for -NXHost. + + * nsterm.h (ns_no_defaults): Remove. + + * nsterm.m (ns_no_defaults): Remove. + (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. + (ns_use_qd_smoothing): Remove legacy variable. + + * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use + ns_use_qd_smoothing. + + * nsfns.m (x_get_string_resource): Ape just-previous changes to other + platform versions. Drop support for emacs-20-style face specs. + 2009-09-17 Juanma Barranquero * emacs.c (inhibit_x_resources): New variable.